net.byRFC6724.addrs (field)
9 uses
net (current package)
addrselect.go#L33: addrs: addrs,
addrselect.go#L79: addrs []IPAddr // addrs to sort
addrselect.go#L85: func (s *byRFC6724) Len() int { return len(s.addrs) }
addrselect.go#L88: s.addrs[i], s.addrs[j] = s.addrs[j], s.addrs[i]
addrselect.go#L99: DA := s.addrs[i].IP
addrselect.go#L100: DB := s.addrs[j].IP
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |